home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / patches / xpkdopus.lha / xpkdopus5 / xpkdopus.doc < prev    next >
Text File  |  1995-11-27  |  1KB  |  31 lines

  1.     DOpus5 XPK file (un)packer
  2.     ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  3.     This needs the "xpkdopus" binary (should be included in this archive) in your path.
  4.     suggestion: C: or DOPUS5:c/. This script should be placed in REXX: or DOpus5:arexx/.
  5.  
  6.     I assume you have choosen DOPUS5:c/ and DOPUS5:arexx/.
  7.  
  8.     further installation:
  9.  
  10. -    a packer button: (read your manual how to create a button/menu/toolbar function/action entry)
  11.     
  12.     <ARexx> DOpus5:arexx/xpk.dopus5 {Qp} PACK <LIB string.factor> <MINSIZE number> <PASSWD string>
  13.     
  14.     <LIB string.factor>    is the xpk method. example: LIB NUKE.100. this is a must
  15.     <MINSIZE number>    is the smallest filesize you allow, all below this will be skipped. optional.
  16.     <PASSWD string>    is only needed by crypto-libraries.
  17.  
  18. -    the unpacker button:
  19.  
  20.     <ARexx> DOpus5:arexx/xpk.dopus5 {Qp} <PASSWD string>
  21.     
  22.     <PASSWD string>    is only needed by crypto-libraries.
  23.  
  24.     ---------------------------------------------------------------
  25.  
  26.     This is version 1.0. the next version will have a better error management, more user interaction
  27.     and more speed (only one executable and no script ?). variable chunk sizes will be also implemented.
  28.  
  29.     Copyright © 1995 Daniel Balster, All Rights Reserved.
  30.     This is FREEWARE, use at own risk.
  31.